golang.org/x/net/http2.pipe.unread (field)

4 uses

	golang.org/x/net/http2 (current package)
		pipe.go#L20: 	unread   int           // bytes unread when done
		pipe.go#L48: 		return p.unread
		pipe.go#L95: 		p.unread += len(d)
		pipe.go#L134: 			p.unread += p.b.Len()